Resolve an agent-supplied identifier to a Riftmap repository row.
Designed for AI coding agents and CI integrations: an agent in
github.com/myorg/repo can ask Riftmap for the matching repository
without enumerating the workspace. Pass exactly one of url or
full_path — passing both, neither, or any other parameter
(e.g. clone_url=, name=, repo=) returns 400. The parameter
is named url (not clone_url) even though it accepts what most
platforms call a “clone URL”.
URL matching first attempts a normalised clone_url match, then falls
back to the org/repo segment of the URL against full_path. Returns
409 if more than one repo matches; 404 if none.
Documentation Index
Fetch the complete documentation index at: https://docs.riftmap.dev/llms.txt
Use this file to discover all available pages before exploring further.
Git remote URL (https or ssh form, with or without .git suffix). Example: https://github.com/myorg/repo. The parameter is named url, not clone_url — a common agent guess that returns 400. Mutually exclusive with full_path.
Repository full path within its host. Example: myorg/repo. Case-insensitive. Mutually exclusive with url.
Successful Response
Basic repository record.